feat(helm): update chart node-feature-discovery ( 0.18.3 → 0.19.0 )#3023
Open
renovate[bot] wants to merge 1 commit into
Open
feat(helm): update chart node-feature-discovery ( 0.18.3 → 0.19.0 )#3023renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
| datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | helm | node-feature-discovery | 0.18.3 | 0.19.0 |
--- kubernetes/berries/apps/kube-system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: kube-system/node-feature-discovery
+++ kubernetes/berries/apps/kube-system/node-feature-discovery/app Kustomization: flux-system/node-feature-discovery HelmRelease: kube-system/node-feature-discovery
@@ -13,13 +13,13 @@
chart: node-feature-discovery
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-nfd-charts
namespace: flux-system
- version: 0.18.3
+ version: 0.19.0
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace
values: |
--- HelmRelease: kube-system/node-feature-discovery ClusterRole: kube-system/node-feature-discovery-gc
+++ HelmRelease: kube-system/node-feature-discovery ClusterRole: kube-system/node-feature-discovery-gc
@@ -13,18 +13,12 @@
resources:
- nodes
verbs:
- list
- watch
- apiGroups:
- - ''
- resources:
- - nodes/proxy
- verbs:
- - get
-- apiGroups:
- topology.node.k8s.io
resources:
- noderesourcetopologies
verbs:
- delete
- list
--- HelmRelease: kube-system/node-feature-discovery DaemonSet: kube-system/node-feature-discovery-worker
+++ HelmRelease: kube-system/node-feature-discovery DaemonSet: kube-system/node-feature-discovery-worker
@@ -8,12 +8,15 @@
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
role: worker
spec:
revisionHistoryLimit: null
+ updateStrategy:
+ rollingUpdate:
+ maxUnavailable: 10%
selector:
matchLabels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
role: worker
template:
@@ -34,13 +37,13 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
@@ -69,13 +72,13 @@
requests:
cpu: 5m
memory: 48Mi
command:
- nfd-worker
args:
- - -feature-gates=NodeFeatureGroupAPI=false
+ - -owner-refs=pod,ds
- -port=8080
ports:
- containerPort: 8080
name: http
volumeMounts:
- name: host-boot
--- HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-master
+++ HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-master
@@ -36,13 +36,13 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
startupProbe:
httpGet:
path: /healthz
port: http
failureThreshold: 30
@@ -69,14 +69,12 @@
limits:
memory: 51Mi
requests:
cpu: 21m
memory: 51Mi
args:
- - -enable-leader-election
- - -feature-gates=NodeFeatureGroupAPI=false
- -port=8080
volumeMounts:
- name: nfd-master-conf
mountPath: /etc/kubernetes/node-feature-discovery
readOnly: true
volumes:
--- HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-gc
+++ HelmRelease: kube-system/node-feature-discovery Deployment: kube-system/node-feature-discovery-gc
@@ -28,13 +28,13 @@
dnsPolicy: ClusterFirstWithHostNet
imagePullSecrets: null
securityContext: {}
hostNetwork: false
containers:
- name: gc
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 10
--- HelmRelease: kube-system/node-feature-discovery Job: kube-system/node-feature-discovery-prune
+++ HelmRelease: kube-system/node-feature-discovery Job: kube-system/node-feature-discovery-prune
@@ -9,12 +9,13 @@
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
annotations:
helm.sh/hook: post-delete
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
spec:
+ ttlSecondsAfterFinished: 3600
template:
metadata:
labels:
app.kubernetes.io/name: node-feature-discovery
app.kubernetes.io/instance: node-feature-discovery
app.kubernetes.io/managed-by: Helm
@@ -28,18 +29,24 @@
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
- image: registry.k8s.io/nfd/node-feature-discovery:v0.18.3
+ image: registry.k8s.io/nfd/node-feature-discovery:v0.19.0
imagePullPolicy: IfNotPresent
command:
- nfd-master
args:
- -prune
+ resources:
+ limits:
+ memory: 51Mi
+ requests:
+ cpu: 21m
+ memory: 51Mi
restartPolicy: Never
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- preference:
matchExpressions:
@@ -50,13 +57,7 @@
weight: 1
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/control-plane
operator: Equal
value: ''
- resources:
- limits:
- memory: 51Mi
- requests:
- cpu: 21m
- memory: 51Mi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.3→0.19.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
kubernetes-sigs/node-feature-discovery (node-feature-discovery)
v0.19.0Compare Source
Highlights
-owner-refs/core.ownerRefs(pod,ds,node; defaultpod,ds) (#2545).core.noPublishFeaturesto slim published NodeFeature objects (#2530; whitespace-trim fix #2535).cpu-cpuid.X86_64_V1..V4(#2490).Action Required / Behavior Changes
list+watchonpods(wasgetonly). Helm and kustomize manifests ship the update, but deployments that bump only the image will crash-loop withpods is forbidden ... cannot list resource "pods"until the new RBAC is applied.env,expandenvandgetHostByNamewere removed from the available template functions (security hardening). Templates using them now fail to parse (function "env" not defined); the rule is skipped and an error is logged.updateStrategydefault (#2519): nowrollingUpdate: {maxUnavailable: "10%"}(was Kubernetes default1). Note fortype: OnDeleteusers: the chart's defaultrollingUpdateblock is deep-merged into your values; the API server accepts and ignores it (verified on v1.30). Optionally setworker.updateStrategy.rollingUpdate: nullfor a clean spec.resyncPeriod(nfd-master): drives both the informer resync and the (new in this release, #2415) periodic full reconcile that re-applies labels and cleans up drift. Setting it to0disables this safety net entirely.podin-owner-refs(default) or thePOD_UIDenv set on the worker; withds-only/empty owner refs and noPOD_UID, re-labeling falls back to the periodic reconcile interval.-owner-refs=nodeis unaffected.Fixes
Other
$BUILDPLATFORMvia tonistiigi/xx (#2512).Configuration
📅 Schedule: (in timezone Europe/Moscow)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.